home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000030_news@columbia.edu _Wed Sep 20 17:38:33 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id RAA21579
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 20 Sep 2000 17:38:33 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA15167
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 20 Sep 2000 17:38:32 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id RAA28160
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 20 Sep 2000 17:13:51 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Feng Qiu <fqiu@bmb-fs1.biochem.okstate.edu>
  13. Subject: send a command in command line arguments
  14. Date: Wed, 20 Sep 2000 15:58:10 -0500
  15. Organization: NMR facility-OSU
  16. Message-ID: <39C924E2.AC4782F2@biochem.okstate.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Hello, all,
  20. I have a liquid He level meter connect to Sun Ultra2 ttya serial port. I
  21. can connect to meter through kermit:
  22. kermit -l  /dev/ttya -c
  23. then type command interactively, e.g when I type R1, it will echo the
  24. level of liquid hellium. Is there any way to pass R1 directly without
  25. interactive typing?
  26. I tried:
  27.  kermit /dev/ttya -c -C R1
  28. kermit /dev/ttya -C R1
  29. both won't work.
  30. Thanks!
  31. Feng Qiu
  32.